home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TVERSCHMELZLISTEFORM / TVERSCHMELZLISTEFORM.txt
Text File  |  2014-12-03  |  2KB  |  98 lines

  1. object VerschmelzlisteForm: TVerschmelzlisteForm
  2.   Left = 1046
  3.   Top = 517
  4.   HelpContext = 429
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Zusammenf'#252'hren'
  8.   ClientHeight = 383
  9.   ClientWidth = 448
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Person: TTntGroupBox
  24.     Tag = 107
  25.     Left = 9
  26.     Top = 11
  27.     Width = 430
  28.     Height = 317
  29.     Caption = 'Doppelte Personen (Name, Vorname)'
  30.     TabOrder = 0
  31.     object VerschmelzPersonen: TTntCheckListBox
  32.       Left = 11
  33.       Top = 21
  34.       Width = 409
  35.       Height = 259
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -12
  39.       Font.Name = 'Arial'
  40.       Font.Style = []
  41.       ItemHeight = 15
  42.       ParentFont = False
  43.       TabOrder = 0
  44.     end
  45.     object MarkAlle: TTntButton
  46.       Left = 11
  47.       Top = 291
  48.       Width = 199
  49.       Height = 18
  50.       Caption = 'alle markieren'
  51.       TabOrder = 1
  52.       OnClick = MarkAlleClick
  53.     end
  54.     object MarkKeine: TTntButton
  55.       Left = 221
  56.       Top = 291
  57.       Width = 199
  58.       Height = 18
  59.       Caption = 'keine markieren'
  60.       TabOrder = 2
  61.       OnClick = MarkKeineClick
  62.     end
  63.   end
  64.   object OK: TTntButton
  65.     Tag = 106
  66.     Left = 237
  67.     Top = 347
  68.     Width = 97
  69.     Height = 27
  70.     Caption = '&Start'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 2
  74.     OnClick = OKClick
  75.   end
  76.   object Abbruch: TTntButton
  77.     Tag = 105
  78.     Left = 345
  79.     Top = 347
  80.     Width = 97
  81.     Height = 27
  82.     Cancel = True
  83.     Caption = '&Abbrechen'
  84.     ModalResult = 2
  85.     TabOrder = 3
  86.   end
  87.   object Hinzufuegen: TTntButton
  88.     Tag = 105
  89.     Left = 129
  90.     Top = 347
  91.     Width = 97
  92.     Height = 27
  93.     Caption = '&Hinzuf'#252'gen...'
  94.     TabOrder = 1
  95.     OnClick = HinzufuegenClick
  96.   end
  97. end
  98.